From 2501bdec648025b833b7279d591389bc16485787 Mon Sep 17 00:00:00 2001 From: "Matteo F. Vescovi" Date: Tue, 7 Feb 2012 14:19:02 +0100 Subject: [PATCH] babl/babl-model.c: upstream file restored Following NMU, this upstream file has been modified directly, instead of providing the change through a patch. Signed-off-by: Matteo F. Vescovi Git-Dch: Short --- babl/babl-model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babl/babl-model.c b/babl/babl-model.c index 16a99b2..5fd4908 100644 --- a/babl/babl-model.c +++ b/babl/babl-model.c @@ -46,7 +46,7 @@ create_name (const char *name, return name; while (components--) { - sprintf (p, "%s", (*component)->instance.name); + sprintf (p, (*component)->instance.name); p += strlen ((*component)->instance.name); component++; } -- 2.30.2